home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / demo / MaVi1_0T1A.lha / Disk2 / Sets / SmallHercules.set < prev   
Text File  |  1997-10-20  |  934b  |  37 lines

  1. // c++ style comments are now possible too
  2. Group.mui,
  3.  
  4.     Child,Group.mui,
  5.        Child,Group.mui,
  6.            MUIA_Group_Horiz,TRUE,
  7.            MUIA_Group_SameHeight,TRUE,
  8.            MUIA_Group_Spacing,1,
  9.            Child,mavi/mui/0145_timeslider.mcc,
  10.                 PDA_MinWidth,30,
  11.                 MUIA_Slider_Horiz,TRUE,
  12.             PDA_Descriptor_Text,"Current time",
  13.             End,
  14.            Child,mavi/mui/0145_fourleddisplay.mcc,
  15.                 MUIA_FixHeight,17,
  16.                 MUIA_InnerLeft,2,
  17.                 MUIA_InnerRight,2,
  18.                 MUIA_InnerTop,2,
  19.                 MUIA_InnerBottom,2,
  20.                 PDA_Descriptor_Text,"Controller status",
  21.                 MUIA_Weight,0,
  22.                 PDA_Controller_EatStatus,TRUE, // this makes playing a little faster
  23.             End,
  24.            Child,mavi/mui/0145_playstatus.mcc,
  25.                 MUIA_FixHeight,21,
  26.                 MUIA_Weight,0,
  27.             PDA_Descriptor_Text,"Movie status",
  28.             End,
  29.            Child,mavi/mui/0145_digitaltimedisplay.mcc,
  30.                 MUIA_FixHeight,21, // well, MUI makes this the neccessary height
  31.             PDA_Descriptor_Text,"Time",
  32.             End,
  33.        End,
  34.    
  35.    End,
  36. End
  37.